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

Unified Diff: Source/web/PinchViewports.h

Issue 135753002: Update web classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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/NotificationPresenterImpl.h ('k') | Source/web/PopupContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PinchViewports.h
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h
index c2ad10136e0b968861b7e9eeb397dd062a675b20..5d3f8a982d37789ef3bbaf32a5885083680041a8 100644
--- a/Source/web/PinchViewports.h
+++ b/Source/web/PinchViewports.h
@@ -51,10 +51,10 @@ class WebLayerTreeView;
class WebScrollbarLayer;
class WebViewImpl;
-class PinchViewports : WebCore::GraphicsLayerClient {
+class PinchViewports FINAL : WebCore::GraphicsLayerClient {
public:
static PassOwnPtr<PinchViewports> create(WebViewImpl* owner);
- ~PinchViewports();
+ virtual ~PinchViewports();
void setOverflowControlsHostLayer(WebCore::GraphicsLayer*);
WebCore::GraphicsLayer* rootGraphicsLayer()
« no previous file with comments | « Source/web/NotificationPresenterImpl.h ('k') | Source/web/PopupContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698