| Index: content/browser/android/composited_touch_handle_drawable.cc
|
| diff --git a/content/browser/android/composited_touch_handle_drawable.cc b/content/browser/android/composited_touch_handle_drawable.cc
|
| index 16974e1afcc338becbe83986a2d61118dc3fb943..fb19fc8b8872827f3722428ac045b2e442b1f27d 100644
|
| --- a/content/browser/android/composited_touch_handle_drawable.cc
|
| +++ b/content/browser/android/composited_touch_handle_drawable.cc
|
| @@ -179,9 +179,4 @@ void CompositedTouchHandleDrawable::UpdateLayerPosition() {
|
| layer_->SetPosition(origin_position_);
|
| }
|
|
|
| -// static
|
| -bool CompositedTouchHandleDrawable::RegisterHandleViewResources(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // namespace content
|
|
|