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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsContext.h

Issue 2513893002: Make ifdefs consistent in WebKit/Source/core/ (Closed)
Patch Set: Added #if DCHECK_IS_ON where needed. Created 4 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
Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
index 3aa40b01f3177613347908f2b0aad449df721471..a3a59ea4eb69e353bdabd145093851a667fac9d3 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
@@ -449,7 +449,7 @@ class PLATFORM_EXPORT GraphicsContext {
SkMetaData m_metaData;
#if DCHECK_IS_ON()
- unsigned m_layerCount;
+ int m_layerCount;
Yuta Kitamura 2016/11/21 09:26:12 You don't have to change this.
Alexander Alekseev 2016/11/23 09:20:30 Compilation of DCHECK_GT fails on windows with "si
bool m_disableDestructionChecks;
bool m_inDrawingRecorder;
#endif

Powered by Google App Engine
This is Rietveld 408576698