summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/Surface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/Surface.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/Surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/Surface.cpp b/Source/WebCore/platform/graphics/android/rendering/Surface.cpp
index 8f1596d..a9ebd1e 100644
--- a/Source/WebCore/platform/graphics/android/rendering/Surface.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/Surface.cpp
@@ -228,7 +228,7 @@ bool Surface::drawGL(bool layerTilesDisabled)
// TODO: why this visibleArea is different from visibleRect at zooming for base?
IntRect drawArea = visibleArea();
m_surfaceBacking->drawGL(drawArea, opacity(), drawTransform(),
- useAggressiveRendering(), background());
+ useAggressiveRendering(), background());
}
// draw member layers (draws image textures, glextras)