Index: cc/playback/float_clip_display_item.cc |
diff --git a/cc/playback/float_clip_display_item.cc b/cc/playback/float_clip_display_item.cc |
deleted file mode 100644 |
index 7a2ec04ffbb6c7b57912b16e7ed2242b5efb2f57..0000000000000000000000000000000000000000 |
--- a/cc/playback/float_clip_display_item.cc |
+++ /dev/null |
@@ -1,19 +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. |
- |
-#include "cc/playback/float_clip_display_item.h" |
- |
-namespace cc { |
- |
-FloatClipDisplayItem::FloatClipDisplayItem(const gfx::RectF& clip_rect) |
- : DisplayItem(FLOAT_CLIP), clip_rect(clip_rect) {} |
- |
-FloatClipDisplayItem::~FloatClipDisplayItem() = default; |
- |
-EndFloatClipDisplayItem::EndFloatClipDisplayItem() |
- : DisplayItem(END_FLOAT_CLIP) {} |
- |
-EndFloatClipDisplayItem::~EndFloatClipDisplayItem() = default; |
- |
-} // namespace cc |