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

Unified Diff: Source/platform/scroll/ScrollbarTheme.h

Issue 1245323002: Pass scroll bar placement as an enum instead of std::string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix the headers to pass depchecks Created 5 years, 5 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/platform/scroll/ScrollbarTheme.h
diff --git a/Source/platform/scroll/ScrollbarTheme.h b/Source/platform/scroll/ScrollbarTheme.h
index 0dac245f59be9197e83f26195e3eedf4919ff8fc..b98fd50a9a241f1ffe68b954d8f697f1a0438ac6 100644
--- a/Source/platform/scroll/ScrollbarTheme.h
+++ b/Source/platform/scroll/ScrollbarTheme.h
@@ -30,6 +30,7 @@
#include "platform/geometry/IntRect.h"
#include "platform/graphics/paint/DisplayItem.h"
#include "platform/scroll/ScrollTypes.h"
+#include "public/platform/mac/MacScrollTypes.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698