Commit 272c6779 authored by mazda@chromium.org's avatar mazda@chromium.org

Fix a typo: LINUX -> OS_LINUX

Fix a typo in the previous CL (http://src.chromium.org/viewvc/chrome?view=rev&revision=148520).

TBR=jam@chromium.org
BUG=118571
TEST=None

Review URL: https://chromiumcodereview.appspot.com/10821044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148602 0039d316-1c4b-4281-b951-d872f2087c98
parent b7e86511
......@@ -503,7 +503,7 @@ void RenderWidgetHostImpl::CopyFromBackingStore(
if (view_ && is_accelerated_compositing_active_) {
TRACE_EVENT0("browser",
"RenderWidgetHostImpl::CopyFromBackingStore::FromCompositingSurface");
#if defined(USE_AURA) || defined(LINUX)
#if defined(USE_AURA) || defined(OS_LINUX)
gfx::Rect copy_rect = src_subrect.IsEmpty() ?
gfx::Rect(view_->GetViewBounds().size()) : src_subrect;
#else
......
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