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

Unified Diff: third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h

Issue 2845583002: Remove FrameViewBase as base class of RemoteFrameView. (Closed)
Patch Set: fix scrollbar inactive Created 3 years, 8 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/modules/plugins/PluginOcclusionSupport.h
diff --git a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
index 66eebd277061ad20339c501cd798960812de6c63..b57ff4020924692e8aba0347e07e57477366bf53 100644
--- a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
+++ b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.h
@@ -25,11 +25,11 @@
namespace blink {
class Element;
-class FrameViewBase;
+class FrameView;
class IntRect;
MODULES_EXPORT void GetPluginOcclusions(Element*,
- FrameViewBase* parent,
+ FrameView* parent,
const IntRect& frame_rect,
Vector<IntRect>& occlusions);

Powered by Google App Engine
This is Rietveld 408576698