Commit 3ea41269 authored by ccameron's avatar ccameron Committed by Commit bot

cc: Enable renderer compositor impl-side painting on Mac.

TBR=piman@chromium.org
BUG=169282

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

Cr-Commit-Position: refs/heads/master@{#291721}
parent 48c85889
...@@ -197,11 +197,7 @@ bool IsImplSidePaintingEnabled() { ...@@ -197,11 +197,7 @@ bool IsImplSidePaintingEnabled() {
switches::kEnableBleedingEdgeRenderingFastPaths)) switches::kEnableBleedingEdgeRenderingFastPaths))
return true; return true;
#if defined(OS_MACOSX)
return false;
#else
return true; return true;
#endif
} }
bool IsGpuRasterizationEnabled() { bool IsGpuRasterizationEnabled() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment