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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 1586923002: [UseZoomForDSF] Guest view support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 79907df699413e3cb5485f79e368b178e61343da..dd69089c53aa3ef200b75729f37b7cf24ca27446 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -174,6 +174,7 @@ class CONTENT_EXPORT BrowserPlugin :
// then we will attempt to access a nullptr.
const int render_frame_routing_id_;
blink::WebPluginContainer* container_;
+ // The plugins rect in css pixels.
kenrb 2016/01/15 20:09:12 Nit: s/plugins/plugin's
oshima 2016/01/15 22:24:10 Done.
gfx::Rect view_rect_;
// Bitmap for crashed plugin. Lazily initialized, non-owning pointer.
SkBitmap* sad_guest_;

Powered by Google App Engine
This is Rietveld 408576698