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

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
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index 653a477078217a4fbe8e954d299c07571293ec42..8ce802389f43761120057b535e3e9ece046b010d 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);

Powered by Google App Engine
This is Rietveld 408576698