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

Unified Diff: public/web/WebView.h

Issue 1264483002: PageOverlays: Remove PageOverlayList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« Source/web/WebViewImpl.cpp ('K') | « 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 081629584dddc91800761c72249d52e342152ce7..b7f70989112082bac2315af97bdf0881cde6c8bd 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -437,19 +437,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 -----------------------------------------------------------------
« Source/web/WebViewImpl.cpp ('K') | « public/web/WebPageOverlay.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698