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

Side by Side Diff: content/public/common/content_switches.cc

Issue 11198060: VDA implementation for Exynos, using V4L2 (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: And one more. Created 8 years, 1 month 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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/public/common/content_switches.h" 5 #include "content/public/common/content_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // By default, file:// URIs cannot read other file:// URIs. This is an 9 // By default, file:// URIs cannot read other file:// URIs. This is an
10 // override for developers who need the old behavior for testing. 10 // override for developers who need the old behavior for testing.
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 #endif 730 #endif
731 731
732 // Sets the tile size used by composited layers. 732 // Sets the tile size used by composited layers.
733 const char kDefaultTileWidth[] = "default-tile-width"; 733 const char kDefaultTileWidth[] = "default-tile-width";
734 const char kDefaultTileHeight[] = "default-tile-height"; 734 const char kDefaultTileHeight[] = "default-tile-height";
735 735
736 // Sets the width and height above which a composited layer will get tiled. 736 // Sets the width and height above which a composited layer will get tiled.
737 const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width"; 737 const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width";
738 const char kMaxUntiledLayerHeight[] = "max-untiled-layer-height"; 738 const char kMaxUntiledLayerHeight[] = "max-untiled-layer-height";
739 739
740 // die secomx die
741 const char kUseExynosVda[] = "use-exynos-vda";
742
740 const char kEnableFixedPositionCreatesStackingContext[] 743 const char kEnableFixedPositionCreatesStackingContext[]
741 = "enable-fixed-position-creates-stacking-context"; 744 = "enable-fixed-position-creates-stacking-context";
742 const char kDisableFixedPositionCreatesStackingContext[] 745 const char kDisableFixedPositionCreatesStackingContext[]
743 = "disable-fixed-position-creates-stacking-context"; 746 = "disable-fixed-position-creates-stacking-context";
744 747
745 } // namespace switches 748 } // namespace switches
OLDNEW
« content/gpu/gpu_main.cc ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698