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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbar.h

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Remove redundant empty lines 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/core/layout/LayoutScrollbar.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
index 2752b5bce58067fa0462917679365839deb9c9e0..a3dd552ac4a1e2b8d2dad284a445281cfc9d895c 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
@@ -35,11 +35,9 @@ namespace blink {
class ComputedStyle;
class LayoutBox;
-class LayoutBoxModelObject;
class LayoutScrollbarPart;
class LocalFrame;
class Node;
-class PaintInvalidationState;
class LayoutScrollbar final : public Scrollbar {
public:

Powered by Google App Engine
This is Rietveld 408576698