summaryrefslogtreecommitdiffstats
path: root/remoting/client/jni/DEPS
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-16 11:25:41 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-16 11:25:41 +0000
commita4c8142c329285f14864f5e146bfb2901a2856ae (patch)
treef95656551183bfca04efe7bbfd7acbb4c0ed3d94 /remoting/client/jni/DEPS
parent3a793bc600142279258e366dd928a2770e62857b (diff)
downloadchromium_src-a4c8142c329285f14864f5e146bfb2901a2856ae.zip
chromium_src-a4c8142c329285f14864f5e146bfb2901a2856ae.tar.gz
chromium_src-a4c8142c329285f14864f5e146bfb2901a2856ae.tar.bz2
Hold video frame in Bitmap instead of keeping a ByteBuffer reference.
Sometimes, the DesktopView was repainted whilst |JniInterface.sBuffer| no longer referred to valid frame data. This CL cleans things up by replacing the ByteBuffer with a Bitmap, and having JniFrameConsumer copy the completely-decoded data directly into the Java Bitmap. Review URL: https://codereview.chromium.org/24072012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/jni/DEPS')
-rw-r--r--remoting/client/jni/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/client/jni/DEPS b/remoting/client/jni/DEPS
new file mode 100644
index 0000000..26dcd15
--- /dev/null
+++ b/remoting/client/jni/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+ui/gfx/android",
+]