summaryrefslogtreecommitdiff
path: root/libs/hwui/FrameInfoVisualizer.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2016-07-06 16:10:09 -0700
committerChris Craik <ccraik@google.com>2016-07-07 15:53:50 -0700
commit5e00c7ce063116c11315639f0035aca8ad73e8cc (patch)
tree6ca43728a401d92762fb5fd65cfd39afe9438571 /libs/hwui/FrameInfoVisualizer.h
parent32d9ae186733115802eafe241c2029a63794efc2 (diff)
Delete old rendering pipeline
fixes: 30002246 Change-Id: I45df0e924708526cee045b14c291bd23aa1a92db
Diffstat (limited to 'libs/hwui/FrameInfoVisualizer.h')
-rw-r--r--libs/hwui/FrameInfoVisualizer.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/libs/hwui/FrameInfoVisualizer.h b/libs/hwui/FrameInfoVisualizer.h
index 83adf1985c72..fc958b8b414a 100644
--- a/libs/hwui/FrameInfoVisualizer.h
+++ b/libs/hwui/FrameInfoVisualizer.h
@@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#ifndef DRAWPROFILER_H
-#define DRAWPROFILER_H
+
+#pragma once
#include "FrameInfo.h"
#include "Properties.h"
@@ -28,13 +28,8 @@
namespace android {
namespace uirenderer {
-#if HWUI_NEW_OPS
class BakedOpRenderer;
typedef BakedOpRenderer ContentRenderer;
-#else
-class OpenGLRenderer;
-typedef OpenGLRenderer ContentRenderer;
-#endif
// TODO: This is a bit awkward as it needs to match the thing in CanvasContext
// A better abstraction here would be nice but iterators are painful
@@ -93,5 +88,3 @@ private:
} /* namespace uirenderer */
} /* namespace android */
-
-#endif /* DRAWPROFILER_H */