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

Unified Diff: Source/core/rendering/compositing/CompositingTriggers.h

Issue 456733003: Remove the acceleratedCompositingForCanvas setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-compositingforcanvas: . Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/rendering/compositing/CompositingReasonFinder.cpp ('k') | Source/web/WebSettingsImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/compositing/CompositingTriggers.h
diff --git a/Source/core/rendering/compositing/CompositingTriggers.h b/Source/core/rendering/compositing/CompositingTriggers.h
index 6a6fc70537789e2d5e57188e9b5a9480340f7912..416045ce6bb273ecf3975e2524127fb25f644cf4 100644
--- a/Source/core/rendering/compositing/CompositingTriggers.h
+++ b/Source/core/rendering/compositing/CompositingTriggers.h
@@ -25,10 +25,9 @@
namespace blink {
enum CompositingTrigger {
- CanvasTrigger = 1 << 1,
- ScrollableInnerFrameTrigger = 1 << 2,
- OverflowScrollTrigger = 1 << 3,
- ViewportConstrainedPositionedTrigger = 1 << 4,
+ ScrollableInnerFrameTrigger = 1 << 1,
+ OverflowScrollTrigger = 1 << 2,
+ ViewportConstrainedPositionedTrigger = 1 << 3,
AllCompositingTriggers = 0xFFFFFFFF,
};
« no previous file with comments | « Source/core/rendering/compositing/CompositingReasonFinder.cpp ('k') | Source/web/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698