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

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 1156243002: Delete WebPluginScrollbar and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « Source/web/WebFrameWidgetImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index 2ff90c7866c2812da590bf6f90818461db383736..f9cc9fd01fccd13b755b96d44f44b990d3bfda6a 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -53,7 +53,6 @@ class KeyboardEvent;
class MouseEvent;
class ResourceError;
class ResourceResponse;
-class ScrollbarGroup;
class TouchEvent;
class WebPlugin;
class WebPluginLoadObserver;
@@ -158,11 +157,6 @@ public:
void willDestroyPluginLoadObserver(WebPluginLoadObserver*);
- ScrollbarGroup* scrollbarGroup();
-
- void willStartLiveResize();
- void willEndLiveResize();
-
DECLARE_VIRTUAL_TRACE();
virtual void dispose() override;
@@ -208,10 +202,6 @@ private:
// TODO(schenney) Needed while layout is still called during paint in some plugins
bool m_isInPaint;
- // The associated scrollbar group object, created lazily. Used for Pepper
- // scrollbars.
- OwnPtr<ScrollbarGroup> m_scrollbarGroup;
-
TouchEventRequestType m_touchEventRequestType;
bool m_wantsWheelEvents;
« no previous file with comments | « Source/web/WebFrameWidgetImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698