summaryrefslogtreecommitdiffstats
path: root/ui/gfx/native_theme_android.cc
Commit message (Collapse)AuthorAgeFilesLines
* ui: Let skia do the conversion work for us by using the integer version of ↵tfarina@chromium.org2012-03-011-15/+8
| | | | | | | | | | | set() function. R=pkasting@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9544001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124416 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the Web Theme Engine for Androidpeter@chromium.org2011-12-201-2/+2
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8889013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115117 0039d316-1c4b-4281-b951-d872f2087c98
* Fix statics in NativeTheme*::instance() to avoid destruction post maindhollowa@chromium.org2011-11-161-2/+2
| | | | | | | | | | | | | | | | | | | Intentionally leaks NativeTheme* singletons to avoid destructor firing after main. Memory bots will need suppressions for this. Avoids clang error: time make -k -j16 compositor_unittests CXX(target) out/Debug/obj.target/ui/ui/gfx/native_theme_aura.o ui/gfx/native_theme_aura.cc:27:32: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors] static const NativeThemeAura s_native_theme; BUG=none TEST=compiles under clang -Wexit-time-destructors R=jamescook@chromium.org, ben@chromium.org Review URL: http://codereview.chromium.org/8520026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110334 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: ui implementation in Androidmichaelbai@chromium.org2011-11-111-0/+793
Review URL: http://codereview.chromium.org/8497054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109681 0039d316-1c4b-4281-b951-d872f2087c98