aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLayerInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkLayerInfo.cpp')
-rw-r--r--src/core/SkLayerInfo.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/core/SkLayerInfo.cpp b/src/core/SkLayerInfo.cpp
deleted file mode 100644
index d427fa7c21..0000000000
--- a/src/core/SkLayerInfo.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright 2014 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkLayerInfo.h"
-
-SkPicture::AccelData::Key SkLayerInfo::ComputeKey() {
- static const SkPicture::AccelData::Key gGPUID = SkPicture::AccelData::GenerateDomain();
-
- return gGPUID;
-}
-