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

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

Issue 1195803003: Report accurate Overscroll on handleWheel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed unittest failures Created 5 years, 5 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/platform/scroll/ScrollAnimator.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 virtual void setDoubleTapToZoomEnabled(bool) override; 89 virtual void setDoubleTapToZoomEnabled(bool) override;
90 virtual void setDownloadableBinaryFontsEnabled(bool) override; 90 virtual void setDownloadableBinaryFontsEnabled(bool) override;
91 virtual void setEditingBehavior(EditingBehavior) override; 91 virtual void setEditingBehavior(EditingBehavior) override;
92 virtual void setEnableScrollAnimator(bool) override; 92 virtual void setEnableScrollAnimator(bool) override;
93 virtual void setEnableTouchAdjustment(bool) override; 93 virtual void setEnableTouchAdjustment(bool) override;
94 virtual bool multiTargetTapNotificationEnabled() override; 94 virtual bool multiTargetTapNotificationEnabled() override;
95 virtual void setMultiTargetTapNotificationEnabled(bool) override; 95 virtual void setMultiTargetTapNotificationEnabled(bool) override;
96 virtual void setExperimentalWebGLEnabled(bool) override; 96 virtual void setExperimentalWebGLEnabled(bool) override;
97 virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override; 97 virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override;
98 virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMM ON) override; 98 virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMM ON) override;
99 virtual void setReportWheelOverscroll(bool) override;
99 virtual void setForceZeroLayoutHeight(bool) override; 100 virtual void setForceZeroLayoutHeight(bool) override;
100 virtual void setFullscreenSupported(bool) override; 101 virtual void setFullscreenSupported(bool) override;
101 virtual void setHyperlinkAuditingEnabled(bool) override; 102 virtual void setHyperlinkAuditingEnabled(bool) override;
102 virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) override; 103 virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
103 virtual void setImageAnimationPolicy(ImageAnimationPolicy) override; 104 virtual void setImageAnimationPolicy(ImageAnimationPolicy) override;
104 virtual void setImagesEnabled(bool) override; 105 virtual void setImagesEnabled(bool) override;
105 virtual void setInlineTextBoxAccessibilityEnabled(bool) override; 106 virtual void setInlineTextBoxAccessibilityEnabled(bool) override;
106 virtual void setInvertViewportScrollOrder(bool) override; 107 virtual void setInvertViewportScrollOrder(bool) override;
107 virtual void setJavaEnabled(bool) override; 108 virtual void setJavaEnabled(bool) override;
108 virtual void setJavaScriptCanAccessClipboard(bool) override; 109 virtual void setJavaScriptCanAccessClipboard(bool) override;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 // This quirk is to maintain compatibility with Android apps built on 227 // This quirk is to maintain compatibility with Android apps built on
227 // the Android SDK prior to and including version 18. Presumably, this 228 // the Android SDK prior to and including version 18. Presumably, this
228 // can be removed any time after 2015. See http://crbug.com/313754. 229 // can be removed any time after 2015. See http://crbug.com/313754.
229 bool m_clobberUserAgentInitialScaleQuirk; 230 bool m_clobberUserAgentInitialScaleQuirk;
230 bool m_mainFrameResizesAreOrientationChanges; 231 bool m_mainFrameResizesAreOrientationChanges;
231 }; 232 };
232 233
233 } // namespace blink 234 } // namespace blink
234 235
235 #endif 236 #endif
OLDNEW
« no previous file with comments | « Source/platform/scroll/ScrollAnimator.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698