diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 15:27:55 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 15:27:55 +0000 |
commit | 0c7a6b2d0bc0ab111013601882cf4b8813d24f35 (patch) | |
tree | e763c887b93c6f35ca764a62f081889cd92b6c0c /ppapi | |
parent | 248ce19f35b73cdd48ba005c7e4e7b3bc34817fc (diff) | |
download | chromium_src-0c7a6b2d0bc0ab111013601882cf4b8813d24f35.zip chromium_src-0c7a6b2d0bc0ab111013601882cf4b8813d24f35.tar.gz chromium_src-0c7a6b2d0bc0ab111013601882cf4b8813d24f35.tar.bz2 |
Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.
BUG=71786
TEST=browser & unit tests
Review URL: http://codereview.chromium.org/6246105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/c/dev/ppb_opengles_dev.h | 2 | ||||
-rw-r--r-- | ppapi/lib/gl/gles2/gles2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/dev/ppb_opengles_dev.h b/ppapi/c/dev/ppb_opengles_dev.h index a4caa84..254a313 100644 --- a/ppapi/c/dev/ppb_opengles_dev.h +++ b/ppapi/c/dev/ppb_opengles_dev.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/ppapi/lib/gl/gles2/gles2.c b/ppapi/lib/gl/gles2/gles2.c index 5dc1acc..fe27e1b 100644 --- a/ppapi/lib/gl/gles2/gles2.c +++ b/ppapi/lib/gl/gles2/gles2.c @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. |