WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
159469
[Coordinated Graphics] Remove toCoordinatedGraphicsLayer and use downcast instead
https://bugs.webkit.org/show_bug.cgi?id=159469
Summary
[Coordinated Graphics] Remove toCoordinatedGraphicsLayer and use downcast ins...
Carlos Garcia Campos
Reported
2016-07-06 09:16:46 PDT
ssia
Attachments
Patch
(15.97 KB, patch)
2016-07-06 09:18 PDT
,
Carlos Garcia Campos
no flags
Details
Formatted Diff
Diff
Try to fix EFL build
(16.80 KB, patch)
2016-07-06 23:10 PDT
,
Carlos Garcia Campos
mcatanzaro
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2016-07-06 09:18:58 PDT
Created
attachment 282901
[details]
Patch We should also rename CoordinatedGraphicsLayer as GraphicsLayerCoordinated for consistency will all other GraphicsLayer implementations. Or is there any reason why this is named this way?
Carlos Garcia Campos
Comment 2
2016-07-06 23:10:32 PDT
Created
attachment 282992
[details]
Try to fix EFL build
Michael Catanzaro
Comment 3
2016-07-10 13:48:51 PDT
Comment on
attachment 282992
[details]
Try to fix EFL build View in context:
https://bugs.webkit.org/attachment.cgi?id=282992&action=review
> Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:66 > + downcast<CoordinatedGraphicsLayer>(*static_cast<GraphicsLayer*>(node->layer())).setFixedToViewport(false);
Why do you need this static_cast?
Carlos Garcia Campos
Comment 4
2016-07-13 03:59:47 PDT
(In reply to
comment #3
)
> Comment on
attachment 282992
[details]
> Try to fix EFL build > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=282992&action=review
> > > Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:66 > > + downcast<CoordinatedGraphicsLayer>(*static_cast<GraphicsLayer*>(node->layer())).setFixedToViewport(false); > > Why do you need this static_cast?
To disambiguate the * operator of ScrollingStateNode
Carlos Garcia Campos
Comment 5
2016-07-13 04:01:39 PDT
Committed
r203157
: <
http://trac.webkit.org/changeset/203157
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug