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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1343843004: [DevTools] Emulate hover and pointer types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed settings getters Created 5 years, 3 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/DevToolsEmulator.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 77c62049dc180215b61b4647fa74fd9088da8386..4a635a558d8707a06505bb92f3ea223abeff4c55 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -47,10 +47,6 @@ public:
bool mainFrameResizesAreOrientationChanges() const override;
bool shrinksViewportContentToFit() const override;
- int availablePointerTypes() const override;
- PointerType primaryPointerType() const override;
- int availableHoverTypes() const override;
- HoverType primaryHoverType() const override;
bool viewportEnabled() const override;
void setAccelerated2dCanvasEnabled(bool) override;
void setAccelerated2dCanvasMSAASampleCount(int) override;
« no previous file with comments | « Source/web/DevToolsEmulator.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698