Chromium Code Reviews| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp |
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp |
| index 9b1fb69267c52a13da0f04d73048b7b99bf13afe..f8427bfb7571cf271c58bcb5c5bbccb157c9f6a3 100644 |
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp |
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp |
| @@ -29,6 +29,7 @@ |
| #include "platform/graphics/GraphicsContext.h" |
| #include "platform/graphics/paint/DrawingRecorder.h" |
| #include "platform/scroll/Scrollbar.h" |
| +#include "platform/scroll/ScrollbarThemeAura.h" |
|
bokan
2016/11/07 16:57:39
This is unneeded?
|
| #include "platform/transforms/TransformationMatrix.h" |
| #include "public/platform/Platform.h" |
| #include "public/platform/WebRect.h" |