summaryrefslogtreecommitdiffstats
path: root/android_webview/browser
diff options
context:
space:
mode:
authorsamli <samli@chromium.org>2014-12-04 21:14:58 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-05 05:15:17 +0000
commitc838415edd21dbae71740277487c733898a62ea0 (patch)
tree8548adce13af45ef8a74a79ad0c82d16dd42c3d8 /android_webview/browser
parent234bc1423d7a0a887dea5bc0d0bae0544d2c5660 (diff)
downloadchromium_src-c838415edd21dbae71740277487c733898a62ea0.zip
chromium_src-c838415edd21dbae71740277487c733898a62ea0.tar.gz
chromium_src-c838415edd21dbae71740277487c733898a62ea0.tar.bz2
Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 of https://codereview.chromium.org/761243002/)
Reason for revert: Suspecting as cause for Win8 GN compile fail Original issue's description: > Extract WebGraphicsContext3DImpl from webkit/common/gpu. > > We decided that it should be fine to move it to gpu/blink now, similar > to gpu/skia_bindings and cc/blink. > > BUG=338338 > TEST=links > R=piman@chromium.org,jamesr@chromium.org > TBR= > > Committed: https://crrev.com/a962b5f152a0a331bc2e1a5a0d4d38e8adece10d > Cr-Commit-Position: refs/heads/master@{#306957} TBR=jamesr@chromium.org,piman@chromium.org,tfarina@chromium.org NOTREECHECKS=true NOTRY=true BUG=338338 Review URL: https://codereview.chromium.org/763963003 Cr-Commit-Position: refs/heads/master@{#306985}
Diffstat (limited to 'android_webview/browser')
-rw-r--r--android_webview/browser/hardware_renderer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/browser/hardware_renderer.cc b/android_webview/browser/hardware_renderer.cc
index e2f2fcb..9cfd1d3 100644
--- a/android_webview/browser/hardware_renderer.cc
+++ b/android_webview/browser/hardware_renderer.cc
@@ -34,8 +34,8 @@ namespace android_webview {
namespace {
-using gpu_blink::WebGraphicsContext3DImpl;
using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
+using webkit::gpu::WebGraphicsContext3DImpl;
scoped_refptr<cc::ContextProvider> CreateContext(
scoped_refptr<gfx::GLSurface> surface,