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

Side by Side Diff: sky/engine/web/WebSettingsImpl.h

Issue 848243002: Remove deferredfiltersenabled settings. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 virtual void setPreferCompositingToLCDTextEnabled(bool) override; 53 virtual void setPreferCompositingToLCDTextEnabled(bool) override;
54 virtual void setAntialiased2dCanvasEnabled(bool) override; 54 virtual void setAntialiased2dCanvasEnabled(bool) override;
55 virtual void setAsynchronousSpellCheckingEnabled(bool) override; 55 virtual void setAsynchronousSpellCheckingEnabled(bool) override;
56 virtual void setContainerCullingEnabled(bool) override; 56 virtual void setContainerCullingEnabled(bool) override;
57 virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override; 57 virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override;
58 virtual void setDOMPasteAllowed(bool) override; 58 virtual void setDOMPasteAllowed(bool) override;
59 virtual void setDefaultFixedFontSize(int) override; 59 virtual void setDefaultFixedFontSize(int) override;
60 virtual void setDefaultFontSize(int) override; 60 virtual void setDefaultFontSize(int) override;
61 virtual void setDefaultTextEncodingName(const WebString&) override; 61 virtual void setDefaultTextEncodingName(const WebString&) override;
62 virtual void setDefaultVideoPosterURL(const WebString&) override; 62 virtual void setDefaultVideoPosterURL(const WebString&) override;
63 virtual void setDeferredFiltersEnabled(bool) override;
64 virtual void setDeferredImageDecodingEnabled(bool) override; 63 virtual void setDeferredImageDecodingEnabled(bool) override;
65 virtual void setDeviceSupportsMouse(bool) override; 64 virtual void setDeviceSupportsMouse(bool) override;
66 65
67 // FIXME: Remove once the pointer/hover features are converted to use the 66 // FIXME: Remove once the pointer/hover features are converted to use the
68 // new APIs (e.g. setPrimaryPointerType) on the chromium side 67 // new APIs (e.g. setPrimaryPointerType) on the chromium side
69 virtual void setDeviceSupportsTouch(bool) override; 68 virtual void setDeviceSupportsTouch(bool) override;
70 69
71 virtual void setDownloadableBinaryFontsEnabled(bool) override; 70 virtual void setDownloadableBinaryFontsEnabled(bool) override;
72 71
73 virtual void setExperimentalWebGLEnabled(bool) override; 72 virtual void setExperimentalWebGLEnabled(bool) override;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 bool m_deferredImageDecodingEnabled; 126 bool m_deferredImageDecodingEnabled;
128 bool m_perTilePaintingEnabled; 127 bool m_perTilePaintingEnabled;
129 bool m_supportDeprecatedTargetDensityDPI; 128 bool m_supportDeprecatedTargetDensityDPI;
130 bool m_shrinksViewportContentToFit; 129 bool m_shrinksViewportContentToFit;
131 bool m_mainFrameResizesAreOrientationChanges; 130 bool m_mainFrameResizesAreOrientationChanges;
132 }; 131 };
133 132
134 } // namespace blink 133 } // namespace blink
135 134
136 #endif // SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_ 135 #endif // SKY_ENGINE_WEB_WEBSETTINGSIMPL_H_
OLDNEW
« no previous file with comments | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698