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

Unified Diff: Source/core/core.gypi

Issue 319183006: Move GraphicsLayerUpdater::rebuildTree into its own file (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 | « no previous file | Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 74f491a07164c542ebc587e131c0064e9f959f08..ac5dee58e960110c823e0729f6d1d900d048f2f0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1680,6 +1680,8 @@
'rendering/compositing/CompositingRequirementsUpdater.h',
'rendering/compositing/CompositingState.h',
'rendering/compositing/CompositingTriggers.h',
+ 'rendering/compositing/GraphicsLayerTreeBuilder.cpp',
+ 'rendering/compositing/GraphicsLayerTreeBuilder.h',
'rendering/compositing/GraphicsLayerUpdater.cpp',
'rendering/compositing/GraphicsLayerUpdater.h',
'rendering/compositing/RenderLayerCompositor.cpp',
« no previous file with comments | « no previous file | Source/core/rendering/compositing/GraphicsLayerTreeBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698