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

Unified Diff: public/web/WebView.h

Issue 1264483002: PageOverlays: Remove PageOverlayList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 5 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 | « public/web/WebPageOverlay.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 99cdd7d116778e4d6d6033a3d821251b2437cf0c..9f564ecebeb970cb39c705fa73652de7aeffb902 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -448,19 +448,8 @@ public:
// PageOverlay ----------------------------------------------------------
- // Adds/removes page overlay to this WebView. These functions change the
- // graphical appearance of the WebView. WebPageOverlay paints the
- // contents of the page overlay. It also provides an z-order number for
- // the page overlay. The z-order number defines the paint order the page
- // overlays. Page overlays with larger z-order number will be painted after
- // page overlays with smaller z-order number. That is, they appear above
- // the page overlays with smaller z-order number. If two page overlays have
- // the same z-order number, the later added one will be on top.
- virtual void addPageOverlay(WebPageOverlay*, int /*z-order*/) = 0;
-
// Overlay this WebView with a solid color.
virtual void setPageOverlayColor(WebColor) = 0;
- virtual void removePageOverlay(WebPageOverlay*) = 0;
// i18n -----------------------------------------------------------------
« no previous file with comments | « public/web/WebPageOverlay.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698