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

Unified Diff: Source/core/frame/FrameView.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 | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 4056cc832a1a45f5b92b6810bf40a0e9dc0645a1..046471e86965038afbf14ef0dfa7f2214cfe5b1b 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -154,7 +154,8 @@ public:
void adjustViewSize();
- IntRect windowClipRectForFrameOwner(const HTMLFrameOwnerElement*) const;
+ // |clipRect| may not be nullptr. |unobscuredRect| is the clip rect that is not clipped to the root window. It may be nullptr.
Julien - ping for review 2015/03/27 21:26:07 I assume this should read: |clipRect| must not be
tommycli 2015/03/27 22:42:51 Done.
+ void getClipRectsForFrameOwner(const HTMLFrameOwnerElement*, IntRect* clipRect, IntRect* unobscuredRect) const;
float visibleContentScaleFactor() const { return m_visibleContentScaleFactor; }
void setVisibleContentScaleFactor(float);
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698