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

Side by Side Diff: Source/web/WebSettingsImpl.h

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add maxTouchPoints for pointer events Created 7 years, 2 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/WebRuntimeFeatures.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 virtual void setImagesEnabled(bool); 108 virtual void setImagesEnabled(bool);
109 virtual void setJavaEnabled(bool); 109 virtual void setJavaEnabled(bool);
110 virtual void setJavaScriptCanAccessClipboard(bool); 110 virtual void setJavaScriptCanAccessClipboard(bool);
111 virtual void setJavaScriptCanOpenWindowsAutomatically(bool); 111 virtual void setJavaScriptCanOpenWindowsAutomatically(bool);
112 virtual void setJavaScriptEnabled(bool); 112 virtual void setJavaScriptEnabled(bool);
113 virtual void setLayoutFallbackWidth(int); 113 virtual void setLayoutFallbackWidth(int);
114 virtual void setLoadsImagesAutomatically(bool); 114 virtual void setLoadsImagesAutomatically(bool);
115 virtual void setLoadWithOverviewMode(bool); 115 virtual void setLoadWithOverviewMode(bool);
116 virtual void setLocalStorageEnabled(bool); 116 virtual void setLocalStorageEnabled(bool);
117 virtual void setMainFrameClipsContent(bool); 117 virtual void setMainFrameClipsContent(bool);
118 virtual void setMaxTouchPoints(int);
118 virtual void setMediaPlaybackRequiresUserGesture(bool); 119 virtual void setMediaPlaybackRequiresUserGesture(bool);
119 virtual void setMediaFullscreenRequiresUserGesture(bool); 120 virtual void setMediaFullscreenRequiresUserGesture(bool);
120 virtual void setMemoryInfoEnabled(bool); 121 virtual void setMemoryInfoEnabled(bool);
121 virtual void setMinimumAccelerated2dCanvasSize(int); 122 virtual void setMinimumAccelerated2dCanvasSize(int);
122 virtual void setMinimumFontSize(int); 123 virtual void setMinimumFontSize(int);
123 virtual void setMinimumLogicalFontSize(int); 124 virtual void setMinimumLogicalFontSize(int);
124 virtual void setMockScrollbarsEnabled(bool); 125 virtual void setMockScrollbarsEnabled(bool);
125 virtual void setNeedsSiteSpecificQuirks(bool); 126 virtual void setNeedsSiteSpecificQuirks(bool);
126 virtual void setOfflineWebApplicationCacheEnabled(bool); 127 virtual void setOfflineWebApplicationCacheEnabled(bool);
127 virtual void setOpenGLMultisamplingEnabled(bool); 128 virtual void setOpenGLMultisamplingEnabled(bool);
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 // This quirk is to maintain compatibility with Android apps built on 205 // This quirk is to maintain compatibility with Android apps built on
205 // the Android SDK prior to and including version 18. Presumably, this 206 // the Android SDK prior to and including version 18. Presumably, this
206 // can be removed any time after 2015. See http://crbug.com/277369. 207 // can be removed any time after 2015. See http://crbug.com/277369.
207 bool m_viewportMetaLayoutSizeQuirk; 208 bool m_viewportMetaLayoutSizeQuirk;
208 int m_pinchOverlayScrollbarThickness; 209 int m_pinchOverlayScrollbarThickness;
209 }; 210 };
210 211
211 } // namespace WebKit 212 } // namespace WebKit
212 213
213 #endif 214 #endif
OLDNEW
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698