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

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

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 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: 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 52156badfed64f72554de26452520da7522a4596..6cd8bebea23ccd75e06aa1812e404ae1de389b6e 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -174,8 +174,6 @@ class CONTENT_EXPORT BrowserPlugin :
blink::WebPluginContainer* container_;
// The plugin's rect in css pixels.
gfx::Rect view_rect_;
- // Bitmap for crashed plugin. Lazily initialized, non-owning pointer.
- SkBitmap* sad_guest_;
bool guest_crashed_;
bool plugin_focused_;
// Tracks the visibility of the browser plugin regardless of the whole
@@ -195,9 +193,6 @@ class CONTENT_EXPORT BrowserPlugin :
// URL for the embedder frame.
int browser_plugin_instance_id_;
- // Indicates whether the guest content is opaque.
- bool contents_opaque_;
-
std::vector<EditCommand> edit_commands_;
// We call lifetime managing methods on |delegate_|, but we do not directly

Powered by Google App Engine
This is Rietveld 408576698