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

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

Issue 327323002: Start removing the double-negative !ASSERT_DISABLED (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/rendering/compositing/GraphicsLayerUpdater.h
diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.h b/Source/core/rendering/compositing/GraphicsLayerUpdater.h
index f4eae246783160d8070269a448b804bff7dcea4e..c60d5e20ce1cadce8f365447c7fd0b91a33c122e 100644
--- a/Source/core/rendering/compositing/GraphicsLayerUpdater.h
+++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.h
@@ -64,7 +64,7 @@ public:
bool needsRebuildTree() const { return m_needsRebuildTree; }
-#if !ASSERT_DISABLED
+#if ASSERT_ENABLED
static void assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer&);
#endif

Powered by Google App Engine
This is Rietveld 408576698