Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintSurface.h

Issue 2764633002: cc/paint: Remove cc::PaintSurface. (Closed)
Patch Set: fix for relanding Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/paint/PaintSurface.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintSurface.h b/third_party/WebKit/Source/platform/graphics/paint/PaintSurface.h
deleted file mode 100644
index c8e9be482ffa95c430a2e8f049dab429862d4c7c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintSurface.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2017 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 PaintSurface_h
-#define PaintSurface_h
-
-#include "cc/paint/paint_surface.h"
-
-namespace blink {
-using cc::PaintSurface;
-}
-
-#endif // PaintSurface_h

Powered by Google App Engine
This is Rietveld 408576698