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

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

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed my own broken unit test. They really work! 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
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 virtual void setMinimumLogicalFontSize(int) = 0; 198 virtual void setMinimumLogicalFontSize(int) = 0;
199 virtual void setMockScrollbarsEnabled(bool) = 0; 199 virtual void setMockScrollbarsEnabled(bool) = 0;
200 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0; 200 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0;
201 virtual void setOpenGLMultisamplingEnabled(bool) = 0; 201 virtual void setOpenGLMultisamplingEnabled(bool) = 0;
202 virtual void setPasswordEchoDurationInSeconds(double) = 0; 202 virtual void setPasswordEchoDurationInSeconds(double) = 0;
203 virtual void setPasswordEchoEnabled(bool) = 0; 203 virtual void setPasswordEchoEnabled(bool) = 0;
204 virtual void setPerTilePaintingEnabled(bool) = 0; 204 virtual void setPerTilePaintingEnabled(bool) = 0;
205 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) = 0; 205 virtual void setPictographFontFamily(const WebString&, UScriptCode = USCRIPT _COMMON) = 0;
206 virtual void setPinchOverlayScrollbarThickness(int) = 0; 206 virtual void setPinchOverlayScrollbarThickness(int) = 0;
207 virtual void setPluginsEnabled(bool) = 0; 207 virtual void setPluginsEnabled(bool) = 0;
208 virtual void setPreferHiddenAudioElements(bool) = 0;
philipj_slow 2015/07/14 11:16:22 Can now be removed?
liberato (no reviews please) 2015/07/14 22:10:37 thanks!
208 virtual void setAvailablePointerTypes(int) = 0; 209 virtual void setAvailablePointerTypes(int) = 0;
209 virtual void setPrimaryPointerType(PointerType) = 0; 210 virtual void setPrimaryPointerType(PointerType) = 0;
210 virtual void setAvailableHoverTypes(int) = 0; 211 virtual void setAvailableHoverTypes(int) = 0;
211 virtual void setPrimaryHoverType(HoverType) = 0; 212 virtual void setPrimaryHoverType(HoverType) = 0;
212 virtual void setRenderVSyncNotificationEnabled(bool) = 0; 213 virtual void setRenderVSyncNotificationEnabled(bool) = 0;
213 virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0; 214 virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0;
214 virtual void setRootLayerScrolls(bool) = 0; 215 virtual void setRootLayerScrolls(bool) = 0;
215 virtual void setRubberBandingOnCompositorThread(bool) = 0; 216 virtual void setRubberBandingOnCompositorThread(bool) = 0;
216 virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_ COMMON) = 0; 217 virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_ COMMON) = 0;
217 virtual void setSelectTrailingWhitespaceEnabled(bool) = 0; 218 virtual void setSelectTrailingWhitespaceEnabled(bool) = 0;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 virtual void setWideViewportQuirkEnabled(bool) = 0; 276 virtual void setWideViewportQuirkEnabled(bool) = 0;
276 virtual void setXSSAuditorEnabled(bool) = 0; 277 virtual void setXSSAuditorEnabled(bool) = 0;
277 278
278 protected: 279 protected:
279 ~WebSettings() { } 280 ~WebSettings() { }
280 }; 281 };
281 282
282 } // namespace blink 283 } // namespace blink
283 284
284 #endif 285 #endif
OLDNEW
« Source/core/paint/MediaControlsPainter.cpp ('K') | « public/web/WebRuntimeFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698