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

Side by Side Diff: public/web/WebSettings.h

Issue 1167503002: Remove obsolete pinch-zoom related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix for broken SVG layout test Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 virtual void setMinimumFontSize(int) = 0; 195 virtual void setMinimumFontSize(int) = 0;
196 virtual void setMinimumLogicalFontSize(int) = 0; 196 virtual void setMinimumLogicalFontSize(int) = 0;
197 virtual void setMockScrollbarsEnabled(bool) = 0; 197 virtual void setMockScrollbarsEnabled(bool) = 0;
198 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0; 198 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0;
199 virtual void setOpenGLMultisamplingEnabled(bool) = 0; 199 virtual void setOpenGLMultisamplingEnabled(bool) = 0;
200 virtual void setPasswordEchoDurationInSeconds(double) = 0; 200 virtual void setPasswordEchoDurationInSeconds(double) = 0;
201 virtual void setPasswordEchoEnabled(bool) = 0; 201 virtual void setPasswordEchoEnabled(bool) = 0;
202 virtual void setPerTilePaintingEnabled(bool) = 0; 202 virtual void setPerTilePaintingEnabled(bool) = 0;
203 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) = 0; 203 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) = 0;
204 virtual void setPinchOverlayScrollbarThickness(int) = 0; 204 virtual void setPinchOverlayScrollbarThickness(int) = 0;
205
206 // TODO(bokan): Temporary, need to remove Chromium side users.
207 virtual void setPinchVirtualViewportEnabled(bool) { }
208
209 virtual void setPluginsEnabled(bool) = 0; 205 virtual void setPluginsEnabled(bool) = 0;
210 virtual void setAvailablePointerTypes(int) = 0; 206 virtual void setAvailablePointerTypes(int) = 0;
211 virtual void setPrimaryPointerType(PointerType) = 0; 207 virtual void setPrimaryPointerType(PointerType) = 0;
212 virtual void setAvailableHoverTypes(int) = 0; 208 virtual void setAvailableHoverTypes(int) = 0;
213 virtual void setPrimaryHoverType(HoverType) = 0; 209 virtual void setPrimaryHoverType(HoverType) = 0;
214 virtual void setRenderVSyncNotificationEnabled(bool) = 0; 210 virtual void setRenderVSyncNotificationEnabled(bool) = 0;
215 virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0; 211 virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0;
216 virtual void setRootLayerScrolls(bool) = 0; 212 virtual void setRootLayerScrolls(bool) = 0;
217 virtual void setRubberBandingOnCompositorThread(bool) = 0; 213 virtual void setRubberBandingOnCompositorThread(bool) = 0;
218 virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_ COMMON) = 0; 214 virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_ COMMON) = 0;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 virtual void setWideViewportQuirkEnabled(bool) = 0; 272 virtual void setWideViewportQuirkEnabled(bool) = 0;
277 virtual void setXSSAuditorEnabled(bool) = 0; 273 virtual void setXSSAuditorEnabled(bool) = 0;
278 274
279 protected: 275 protected:
280 ~WebSettings() { } 276 ~WebSettings() { }
281 }; 277 };
282 278
283 } // namespace blink 279 } // namespace blink
284 280
285 #endif 281 #endif
OLDNEW
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698