| Index: cc/layers/heads_up_display_layer.h
|
| diff --git a/cc/layers/heads_up_display_layer.h b/cc/layers/heads_up_display_layer.h
|
| deleted file mode 100644
|
| index ddc34f286d8583720d80bc3449c11c494a980ee2..0000000000000000000000000000000000000000
|
| --- a/cc/layers/heads_up_display_layer.h
|
| +++ /dev/null
|
| @@ -1,37 +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_LAYERS_HEADS_UP_DISPLAY_LAYER_H_
|
| -#define CC_LAYERS_HEADS_UP_DISPLAY_LAYER_H_
|
| -
|
| -#include <string>
|
| -
|
| -#include "base/memory/scoped_ptr.h"
|
| -#include "cc/base/cc_export.h"
|
| -#include "cc/layers/layer.h"
|
| -
|
| -namespace cc {
|
| -
|
| -class CC_EXPORT HeadsUpDisplayLayer : public Layer {
|
| - public:
|
| - static scoped_refptr<HeadsUpDisplayLayer> Create();
|
| -
|
| - void PrepareForCalculateDrawProperties(
|
| - const gfx::Size& device_viewport, float device_scale_factor);
|
| -
|
| - scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
| -
|
| - protected:
|
| - HeadsUpDisplayLayer();
|
| - bool HasDrawableContent() const override;
|
| -
|
| - private:
|
| - ~HeadsUpDisplayLayer() override;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(HeadsUpDisplayLayer);
|
| -};
|
| -
|
| -} // namespace cc
|
| -
|
| -#endif // CC_LAYERS_HEADS_UP_DISPLAY_LAYER_H_
|
|
|