Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1444)

Unified Diff: Source/core/rendering/compositing/RenderLayerCompositor.h

Issue 323653002: Delete CompositingUpdateAfterLayout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back two lines to fix browser_test Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/compositing/RenderLayerCompositor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/compositing/RenderLayerCompositor.h
diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.h b/Source/core/rendering/compositing/RenderLayerCompositor.h
index 09b76c33d4228f614cfab75d46422269f7159b05..a8345d8e9a697a7307d32486ce8b442284638645 100644
--- a/Source/core/rendering/compositing/RenderLayerCompositor.h
+++ b/Source/core/rendering/compositing/RenderLayerCompositor.h
@@ -49,7 +49,6 @@ enum CompositingUpdateType {
CompositingUpdateNone,
CompositingUpdateOnCompositedScroll,
CompositingUpdateAfterCompositingInputChange,
- CompositingUpdateAfterLayout,
};
enum CompositingStateTransitionType {
@@ -102,6 +101,8 @@ public:
// Used to indicate that a compositing update will be needed for the next frame that gets drawn.
void setNeedsCompositingUpdate(CompositingUpdateType);
+ void didLayout();
+
enum UpdateLayerCompositingStateOptions {
Normal,
UseChickenEggHacks, // Use this to trigger temporary chicken-egg hacks. See crbug.com/339892.
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/compositing/RenderLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698