diff options
author | powei@chromium.org <powei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-27 19:45:43 +0000 |
---|---|---|
committer | powei@chromium.org <powei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-27 19:45:43 +0000 |
commit | 38117dbd1ca7d6e830f8e06e3a5cea188f1f3e68 (patch) | |
tree | 20ec22607a63b35e213fd18e7548ef8b21c23a5d /build | |
parent | b0e69132953b442556af40feda25b85de0ca6389 (diff) | |
download | chromium_src-38117dbd1ca7d6e830f8e06e3a5cea188f1f3e68.zip chromium_src-38117dbd1ca7d6e830f8e06e3a5cea188f1f3e68.tar.gz chromium_src-38117dbd1ca7d6e830f8e06e3a5cea188f1f3e68.tar.bz2 |
Revert of android: Add test for ContentViewCore readback (https://codereview.chromium.org/358513002/)
Reason for revert:
broke win_gpu because of findbugs addition. Will rebase and try again.
Original issue's description:
> android: Add test for ContentViewCore readback
>
> This test renders a blue screen and grabs a snapshot of the content. The
> test checks that the pixel in the middle of the snapshot is blue.
>
> BUG=372792
> NOTRY=true
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280381
TBR=tedchoc@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=372792
Review URL: https://codereview.chromium.org/359043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/findbugs_filter/findbugs_known_bugs.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/android/findbugs_filter/findbugs_known_bugs.txt b/build/android/findbugs_filter/findbugs_known_bugs.txt index ed860ac..35a6047 100644 --- a/build/android/findbugs_filter/findbugs_known_bugs.txt +++ b/build/android/findbugs_filter/findbugs_known_bugs.txt @@ -25,5 +25,3 @@ M V EI: org.chromium.content.browser.LoadUrlParams.getPostData() may expose inte M M LI: Incorrect lazy initialization of static field org.chromium.chrome.browser.sync.ProfileSyncService.sSyncSetupManager in org.chromium.chrome.browser.sync.ProfileSyncService.get(Context) At ProfileSyncService.java M V EI: org.chromium.android_webview.AwWebResourceResponse.getResponseHeaderNames() may expose internal representation by returning AwWebResourceResponse.mResponseHeaderNames At AwWebResourceResponse.java M V EI: org.chromium.android_webview.AwWebResourceResponse.getResponseHeaderValues() may expose internal representation by returning AwWebResourceResponse.mResponseHeaderValues At AwWebResourceResponse.java -M C NP: Null passed for nonnull parameter of ContentReadbackHandler$GetBitmapCallback.onFinishGetBitmap(boolean, Bitmap) in org.chromium.content.browser.ContentReadbackHandler.getCompositorBitmapAsync(WindowAndroid, ContentReadbackHandler$GetBitmapCallback) At ContentReadbackHandler.java -M C NP: Null passed for nonnull parameter of ContentReadbackHandler$GetBitmapCallback.onFinishGetBitmap(boolean, Bitmap) in org.chromium.content.browser.ContentReadbackHandler.getContentBitmapAsync(float, Rect, ContentViewCore, ContentReadbackHandler$GetBitmapCallback) At ContentReadbackHandler.java |