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

Unified Diff: Source/core/core.gypi

Issue 58543002: Use a boolean hasCompositedLayerMapping() accessor instead of the pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Uses a wrapper around the pointer that can't be coerced to a boolean. Created 7 years, 1 month 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/frame/FrameView.cpp » ('j') | Source/core/testing/Internals.cpp » ('J')
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 a09273ee1e7560658c34ead7686f1cf5850fe73d..da794c819a66257f42aac1a9229c9d98c5b041ac 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1352,6 +1352,8 @@
'rendering/ClipRect.cpp',
'rendering/ClipRect.h',
'rendering/CompositedLayerMapping.cpp',
+ 'rendering/CompositedLayerMapping.h',
+ 'rendering/CompositedLayerMappingPtr.h',
'rendering/CompositingReasons.h',
'rendering/CounterNode.cpp',
'rendering/CounterNode.h',
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/testing/Internals.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698