OSDN Git Service

Fix kSkippedFrame setting
authorJohn Reck <jreck@google.com>
Fri, 8 May 2015 21:10:57 +0000 (14:10 -0700)
committerJohn Reck <jreck@google.com>
Fri, 8 May 2015 21:12:32 +0000 (14:12 -0700)
commitaef9dc8d186bd5f78068ab2d5240b5e9c8ab44b6
tree88f7178c62f401c570bb4c70fd4debc20055602e
parenta0698b617f1efc71d5301f98aead822e266ec5d6
Fix kSkippedFrame setting

It was only set previously if RenderThread dropped the frame,
but not if the UI thread frame was dropped. Unify the
two paths

Change-Id: If2574edde3cb0949deed4e47f3daaddb890a1b28
libs/hwui/renderthread/CanvasContext.cpp