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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.h

Issue 2623213002: Expand PaintLayer clip to account for hidden URL bar with document.rootScroller (Closed)
Patch Set: Rebase Created 3 years, 11 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: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index a73aa82d68e02a211bf708c2b74c871bbf1356e8..6795cf0564e0eba3a95ea1e6294cfd454b5101d2 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -54,11 +54,6 @@ class ScrollAnchor;
class ScrollAnimatorBase;
class CompositorAnimationTimeline;
-enum IncludeScrollbarsInRect {
- ExcludeScrollbars,
- IncludeScrollbars,
-};
-
class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin {
WTF_MAKE_NONCOPYABLE(ScrollableArea);

Powered by Google App Engine
This is Rietveld 408576698