drm_hwcomposer: Add DrmHwcThree class

Inherit from DrmHwc base class and implement the client
callback functions in terms of IComposerCallback.

Signed-off-by: Drew Davenport <ddavenport@chromium.org>
Signed-off-by: Drew Davenport <ddavenport@google.com>
diff --git a/Android.bp b/Android.bp
index ed1c6cf..b25ef36 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,6 +99,7 @@
     srcs: [
         "hwc3/Composer.cpp",
         "hwc3/ComposerClient.cpp",
+        "hwc3/DrmHwcThree.cpp",
     ],
 }