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

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 1033603007: Blink: Pass 'unobscured' rect to WebPlugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/core/frame/FrameView.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 687defbeedfd98cc7462eba8376d2b8b35806fff..1d121c380dd101168a64a4d352bc8d9f7775d957 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -187,11 +187,10 @@ private:
void focusPlugin();
void calculateGeometry(
- const IntRect& frameRect,
IntRect& windowRect,
IntRect& clipRect,
+ IntRect& unobscuredRect,
Vector<IntRect>& cutOutRects);
- IntRect windowClipRect() const;
void windowCutOutRects(
const IntRect& frameRect,
Vector<IntRect>& cutOutRects);
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698