From 199e9257d7e6da23084e5ce1d971612bf8ad4c5a Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Thu, 6 Dec 2012 05:26:08 +0000 Subject: Revert 171403 cc_unittests is failing. Looks like something conflicted with this. > cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface > > It is far too confusing to deal with OutputSurface code when half the time it is > called a GraphicsContext in correctly. Cleaning this up so I can think about the > code properly as I upstream the Ubercomp CL. > > NOTRY=true > R=jamesr,piman > BUG=146080 > > > Review URL: https://chromiumcodereview.appspot.com/11450019 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/11439026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171406 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/output_surface.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 cc/output_surface.h (limited to 'cc/output_surface.h') diff --git a/cc/output_surface.h b/cc/output_surface.h deleted file mode 100644 index 9f91c32..0000000 --- a/cc/output_surface.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef CC_OUTPUT_SURFACE_H_ -#define CC_OUTPUT_SURFACE_H_ - -#include - -namespace WebKit { -class WebGraphicsContext3D; -} - -namespace cc { - -// TODO(danakj): Move WebCompositorOutputSurface implementation to here. -typedef WebKit::WebCompositorOutputSurface OutputSurface; - -} // namespace cc - -#endif // CC_OUTPUT_SURFACE_H_ -- cgit v1.1