summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.cpp
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-21 21:34:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-21 21:34:46 +0000
commitd2738eadc1f8c92c64d47429ef3f168738431809 (patch)
tree01769a67c494fe1f8264581d4f01e94705ce9c5f /libs/hwui/ProgramCache.cpp
parent0218970afaeefcabf7ed4b476cb93f28d61847b8 (diff)
parent42ddc18d108f789705ad4eb697ce9599ad322507 (diff)
Merge "Frameworks/base: Unused parameters in hwui"
Diffstat (limited to 'libs/hwui/ProgramCache.cpp')
-rw-r--r--libs/hwui/ProgramCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/ProgramCache.cpp b/libs/hwui/ProgramCache.cpp
index 06353c096adc..a5911504f6c0 100644
--- a/libs/hwui/ProgramCache.cpp
+++ b/libs/hwui/ProgramCache.cpp
@@ -455,7 +455,7 @@ Program* ProgramCache::get(const ProgramDescription& description) {
// Program generation
///////////////////////////////////////////////////////////////////////////////
-Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
+Program* ProgramCache::generateProgram(const ProgramDescription& description, programid /* key */) {
String8 vertexShader = generateVertexShader(description);
String8 fragmentShader = generateFragmentShader(description);