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

Unified Diff: public/web/WebPageOverlay.h

Issue 922713002: Remove legacy WebPageOverlay method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/web/web.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPageOverlay.h
diff --git a/public/web/WebPageOverlay.h b/public/web/WebPageOverlay.h
index 62a3c35f303e76dba6ac4a4b4a2833782fc77668..8c2eee977d713c3d151d31ea2cb9fec798f01b5d 100644
--- a/public/web/WebPageOverlay.h
+++ b/public/web/WebPageOverlay.h
@@ -40,12 +40,7 @@ struct WebSize;
class BLINK_EXPORT WebPageOverlay {
public:
// Paints page overlay contents.
- // FIXME: Once Chromium no longer uses the WebCanvas* overload:
- // - remove it
- // - make the WebGraphicsContext* overload pure virtual
- // - remove the BLINK_EXPORT tag from this class
- virtual void paintPageOverlay(WebGraphicsContext*, const WebSize& webViewSize);
- virtual void paintPageOverlay(WebCanvas*);
+ virtual void paintPageOverlay(WebGraphicsContext*, const WebSize& webViewSize) = 0;
protected:
virtual ~WebPageOverlay() { }
« no previous file with comments | « Source/web/web.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698