| Index: cc/output/renderer_pixeltest.cc
|
| diff --git a/cc/output/renderer_pixeltest.cc b/cc/output/renderer_pixeltest.cc
|
| index 45615c0baa54d3bbd0cf3647b894d64c63a73ae7..6123d3195787f49d74d18a6e06e7fa38ee2b717a 100644
|
| --- a/cc/output/renderer_pixeltest.cc
|
| +++ b/cc/output/renderer_pixeltest.cc
|
| @@ -1283,7 +1283,7 @@ TEST_F(GLRendererPixelTestWithBackgroundFilter, InvertFilter) {
|
| class ExternalStencilPixelTest : public GLRendererPixelTest {
|
| protected:
|
| void ClearBackgroundToGreen() {
|
| - WebKit::WebGraphicsContext3D* context3d =
|
| + blink::WebGraphicsContext3D* context3d =
|
| output_surface_->context_provider()->Context3d();
|
| output_surface_->EnsureBackbuffer();
|
| output_surface_->Reshape(device_viewport_size_, 1);
|
| @@ -1293,7 +1293,7 @@ class ExternalStencilPixelTest : public GLRendererPixelTest {
|
|
|
| void PopulateStencilBuffer() {
|
| // Set two quadrants of the stencil buffer to 1.
|
| - WebKit::WebGraphicsContext3D* context3d =
|
| + blink::WebGraphicsContext3D* context3d =
|
| output_surface_->context_provider()->Context3d();
|
| ASSERT_TRUE(context3d->getContextAttributes().stencil);
|
| output_surface_->EnsureBackbuffer();
|
|
|