Chromium Code Reviews| 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 |