| Index: remoting/client/plugin/chromoting_plugin_unittest.cc
|
| ===================================================================
|
| --- remoting/client/plugin/chromoting_plugin_unittest.cc (revision 49812)
|
| +++ remoting/client/plugin/chromoting_plugin_unittest.cc (working copy)
|
| @@ -79,11 +79,6 @@
|
| ASSERT_EQ(NPERR_NO_ERROR, result);
|
| }
|
|
|
| -
|
| -static uint32 get_pixel(uint32* pixels, int stride, int x, int y) {
|
| - return pixels[((x) + ((y) * (stride >> 2)))];
|
| -}
|
| -
|
| TEST_F(ChromotingPluginTest, TestSetWindow) {
|
| NPWindow* window = fake_browser_->GetWindow();
|
| NPError result;
|
|
|