Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
cc: Enable renderer compositor impl-side painting on Windows.
Browse files Browse the repository at this point in the history
TBR=piman@chromium.org
BUG=169282

Review URL: https://codereview.chromium.org/488133004

Cr-Commit-Position: refs/heads/master@{#291414}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291414 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
danakj@chromium.org committed Aug 22, 2014
1 parent ca61866 commit 03cc94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/browser/gpu/compositor_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ bool IsImplSidePaintingEnabled() {
switches::kEnableBleedingEdgeRenderingFastPaths))
return true;

#if defined(OS_MACOSX) || defined(OS_WIN)
#if defined(OS_MACOSX)
return false;
#else
return true;
Expand Down

0 comments on commit 03cc94b

Please sign in to comment.