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

Unified Diff: Source/core/dom/StyleChangeReason.cpp

Issue 1060973003: compositor-worker: Force elements to grow a layer when a CompositorProxy is created. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tot-merge Created 5 years, 8 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/dom/StyleChangeReason.h ('k') | Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StyleChangeReason.cpp
diff --git a/Source/core/dom/StyleChangeReason.cpp b/Source/core/dom/StyleChangeReason.cpp
index e3a12e6ad8b335b24368f62624c9df2dfe9081a9..84e0c7c67ed68844bd0042a3ff630ba1b0899fc4 100644
--- a/Source/core/dom/StyleChangeReason.cpp
+++ b/Source/core/dom/StyleChangeReason.cpp
@@ -15,6 +15,7 @@ namespace StyleChangeReason {
const char ActiveStylesheetsUpdate[] = "ActiveStylesheetsUpdate";
const char Animation[] = "Animation";
const char Attribute[] = "Attribute";
+const char CompositorProxy[] = "CompositorProxy";
const char ControlValue[] = "ControlValue";
const char Control[] = "Control";
const char DesignMode[] = "DesignMode";
« no previous file with comments | « Source/core/dom/StyleChangeReason.h ('k') | Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698