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

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

Issue 2536723007: Removed android scrolling fake mouse moves and device_supports_mouse (Closed)
Patch Set: rebase Created 4 years 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 UScriptCode = USCRIPT_COMMON) override; 74 UScriptCode = USCRIPT_COMMON) override;
75 void setDNSPrefetchingEnabled(bool) override; 75 void setDNSPrefetchingEnabled(bool) override;
76 void setDataSaverEnabled(bool) override; 76 void setDataSaverEnabled(bool) override;
77 void setDOMPasteAllowed(bool) override; 77 void setDOMPasteAllowed(bool) override;
78 void setDefaultFixedFontSize(int) override; 78 void setDefaultFixedFontSize(int) override;
79 void setDefaultFontSize(int) override; 79 void setDefaultFontSize(int) override;
80 void setDefaultTextEncodingName(const WebString&) override; 80 void setDefaultTextEncodingName(const WebString&) override;
81 void setDefaultVideoPosterURL(const WebString&) override; 81 void setDefaultVideoPosterURL(const WebString&) override;
82 void setDeviceScaleAdjustment(float) override; 82 void setDeviceScaleAdjustment(float) override;
83 83
84 // FIXME: Replace these two with pointer/hover queries? crbug.com/441813 84 // FIXME: Replace this with pointer/hover queries? crbug.com/441813
85 void setDeviceSupportsMouse(bool) override;
86 void setDeviceSupportsTouch(bool) override; 85 void setDeviceSupportsTouch(bool) override;
87 86
88 void setDisableReadingFromCanvas(bool) override; 87 void setDisableReadingFromCanvas(bool) override;
89 void setDoubleTapToZoomEnabled(bool) override; 88 void setDoubleTapToZoomEnabled(bool) override;
90 void setDownloadableBinaryFontsEnabled(bool) override; 89 void setDownloadableBinaryFontsEnabled(bool) override;
91 void setEditingBehavior(EditingBehavior) override; 90 void setEditingBehavior(EditingBehavior) override;
92 void setEnableScrollAnimator(bool) override; 91 void setEnableScrollAnimator(bool) override;
93 void setEnableTouchAdjustment(bool) override; 92 void setEnableTouchAdjustment(bool) override;
94 bool multiTargetTapNotificationEnabled() override; 93 bool multiTargetTapNotificationEnabled() override;
95 void setMultiTargetTapNotificationEnabled(bool) override; 94 void setMultiTargetTapNotificationEnabled(bool) override;
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 bool m_clobberUserAgentInitialScaleQuirk; 270 bool m_clobberUserAgentInitialScaleQuirk;
272 float m_expensiveBackgroundThrottlingCPUBudget; 271 float m_expensiveBackgroundThrottlingCPUBudget;
273 float m_expensiveBackgroundThrottlingInitialBudget; 272 float m_expensiveBackgroundThrottlingInitialBudget;
274 float m_expensiveBackgroundThrottlingMaxBudget; 273 float m_expensiveBackgroundThrottlingMaxBudget;
275 float m_expensiveBackgroundThrottlingMaxDelay; 274 float m_expensiveBackgroundThrottlingMaxDelay;
276 }; 275 };
277 276
278 } // namespace blink 277 } // namespace blink
279 278
280 #endif 279 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/DevToolsEmulator.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698