Index: ui/compositor/compositing_recorder.h |
diff --git a/ui/compositor/compositing_recorder.h b/ui/compositor/compositing_recorder.h |
index 86267d0db940fbce2cc856b7f780c30026238ef1..78817f9a01fa40e5840a43dd63b06a5c1da66a7a 100644 |
--- a/ui/compositor/compositing_recorder.h |
+++ b/ui/compositor/compositing_recorder.h |
@@ -9,11 +9,6 @@ |
#include "base/macros.h" |
#include "ui/compositor/compositor_export.h" |
-#include "ui/gfx/geometry/rect.h" |
- |
-namespace gfx { |
-class Size; |
-} |
namespace ui { |
class PaintContext; |
@@ -33,14 +28,12 @@ class COMPOSITOR_EXPORT CompositingRecorder { |
// only be used in cases where the text is known to be rendered opaquely on an |
// opaque background before compositing. |
CompositingRecorder(const PaintContext& context, |
- const gfx::Size& size_in_context, |
uint8_t alpha, |
bool lcd_text_requires_opaque_layer); |
~CompositingRecorder(); |
private: |
const PaintContext& context_; |
- const gfx::Rect bounds_in_layer_; |
bool saved_; |
DISALLOW_COPY_AND_ASSIGN(CompositingRecorder); |