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

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

Issue 1784873003: Refactor BrowserPlugin to reuse sad bitmap from ChildFrameCompositingHelper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enable compositing Created 4 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 | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 033dcea8e35dedcdaae964bf580173bd683fca96..24ad8e2d9e1fcaaeef1d6c396b247c9c84fc89cb 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -89,7 +89,7 @@ class CONTENT_EXPORT BrowserPlugin :
bool supportsInputMethod() const override;
bool canProcessDrag() const override;
void updateAllLifecyclePhases() override {}
- void paint(blink::WebCanvas* canvas, const blink::WebRect& rect) override;
+ void paint(blink::WebCanvas* canvas, const blink::WebRect& rect) override {}
void updateGeometry(const blink::WebRect& window_rect,
const blink::WebRect& clip_rect,
const blink::WebRect& unobscured_rect,
@@ -146,7 +146,6 @@ class CONTENT_EXPORT BrowserPlugin :
gfx::Rect view_rect() const { return view_rect_; }
- void ShowSadGraphic();
void UpdateInternalInstanceId();
// IPC message handlers.
« no previous file with comments | « no previous file | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698