| Index: third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ScopeRecorder.h b/third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| deleted file mode 100644
|
| index f45682a547f0e17f2ef0f1ae63f431c28affc61f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright 2015 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 ScopeRecorder_h
|
| -#define ScopeRecorder_h
|
| -
|
| -#include "core/CoreExport.h"
|
| -#include "platform/graphics/paint/DisplayItem.h"
|
| -#include "wtf/Allocator.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class GraphicsContext;
|
| -class LayoutObject;
|
| -class PaintController;
|
| -
|
| -class CORE_EXPORT ScopeRecorder {
|
| - DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| -public:
|
| - ScopeRecorder(GraphicsContext&);
|
| -
|
| - ~ScopeRecorder();
|
| -
|
| -private:
|
| - PaintController& m_paintController;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // ScopeRecorder_h
|
|
|